home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / comm / boyan52b.zip / PRN-DRWY.DOC < prev    next >
Text File  |  1994-01-28  |  2KB  |  42 lines

  1. Please note, if you have an existing door*.cfg file, delete and start
  2. over.
  3.  
  4. The PRN-DRWY.BAM action module for BOYAN 5.2 is identical to DOORWAY.BAM,
  5. except that it interprets print codes sent by DOORWAY to enable remote
  6. printing.  It follows the scheme described in the DWCOMM documentation:
  7.  
  8.   1.  DOORWAY must be invoked with the /Y:R parameter on its command line
  9.       (refer to DOORWAY documentation).
  10.  
  11.   2.  When DOORWAY requests the cursor position, the PRN-DRWY module will
  12.       respond with the bogus position (0,0).  This signals to DOORWAY that
  13.       print codes will be intercepted properly.  It does mean that cursor-
  14.       positioning requests are broken, however.  Surely a better system
  15.       could have been devised?
  16.  
  17.   3.  The sequence ^[[#;nnnP triggers printing of the following nnn < 256
  18.       characters.  Clearly this protocol is very susceptible to line hits;
  19.       it is recommended for use only with error-correcting modems.
  20.  
  21.   4.  BOYAN ignores the # argument which specifies the printer port used
  22.       on the remote host.  Use the BOYAN \PP[x] macro to select the local
  23.       printer port.  If you need to frequently switch between printers,
  24.       it would be easy to bind the macros \PP[1] , \PP[2] , and \PP[3] to
  25.       (say) the Alt-1, Alt-2, and Alt-3 keys.
  26.  
  27.   5.  Pressing <ESC> (or right mouse button) will abort printing--for
  28.       example, if BOYAN is caught waiting for the 255'th character, and
  29.       the host had only sent 254.
  30.  
  31.   6.  It's easy to install PRN-DRWY.BAM into BOYAN 5.0.  First copy the
  32.       BAM file into your BOYAN directory.  Then run BOYAN, go to Config
  33.       Area <A> and select option [A]--Add action module.  Type "P" for the
  34.       menu letter, then "PRN-DRWY" <Enter>.  Caution:  PRN-DRWY should not
  35.       be chosen as the default BAM for BOYAN; however you *can* add the
  36.       command \AM[P] to your init macro, which has the same effect.
  37.  
  38.       That's all there is to it!
  39.  
  40. Justin Boyan
  41. 16 Nov 1991
  42.